Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //src:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
|
Hello @a-zw, In my case the files I want to create a link to are generated during testing. In /docs static .rst files I would like to have a link to them. If testing was executed before and artifacts are in defined place the links should work. Otherwise I would expect docs build to be successful but the links to be broken. Do you think it could work like this or some redesign is needed (around my idea or the tool itself)? |
paulquiring
left a comment
There was a problem hiding this comment.
A needed addition to existing functionality.
| @@ -0,0 +1,29 @@ | |||
| Use Any Folder for Documentation | |||
| ============================================= | |||
There was a problem hiding this comment.
reduce to fit the headline
| .. grid-item-card:: | ||
|
|
||
| Any Folder | ||
| ^^^ |
There was a problem hiding this comment.
Enlarge to fit the headline
| Only relative links are allowed. | ||
|
|
||
| The symlinks will show up in your sources. | ||
| **Don't commit the symlinks to git!** |
There was a problem hiding this comment.
Would it be possible to crate the symlinks with a special pattern e.g.
docs/slt/component/containers/ // slt = symlink to
docs/slt/* could be added to the gitignore file.
I'm pretty sure that otherwise this would often be done incorrectly. One advantage for “free” is that it's clear which parts are outside the docs folder.
There was a problem hiding this comment.
conf.py is Python code and all kinds of shenanigans are possible. Is there a benefit to do this within the extension?
This approach is not suitable to include Bazel build artifacts/dependencies. That would be the next logical step to me though, because then we could stop using sphinx-collections in the docs-combo build. @PiotrKorkus Are these test results integrated build artifacts though? Alternatively, are they "sources" committed to git? Or is it just temporary artifacts creating in some GH workflows? |
📌 Description
A proposal for a mechanism how to include other directories of the repo into documentation.
🚨 Impact Analysis
✅ Checklist